returned incorrect values for top, right and bottom due to cut-and-paste
authorKristian Rietveld <kristian@planet.nl>
Thu, 20 Sep 2001 14:53:04 +0000 (14:53 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Thu, 20 Sep 2001 14:53:04 +0000 (14:53 +0000)
Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>

        * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
        incorrect values for top, right and bottom due to cut-and-paste
        bug. Pointed out by Vitaly Tishkov, fixes bug #59008

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkwindow.c

index cb52f8f1a970788d821f0683994c89202200528c..d336921614f1b66ee1a68ac014da337567d73baa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
+
+        * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
+        incorrect values for top, right and bottom due to cut-and-paste
+        bug. Pointed out by Vitaly Tishkov, fixes bug #59008
+
 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
index cb52f8f1a970788d821f0683994c89202200528c..d336921614f1b66ee1a68ac014da337567d73baa 100644 (file)
@@ -1,3 +1,9 @@
+Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
+
+        * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
+        incorrect values for top, right and bottom due to cut-and-paste
+        bug. Pointed out by Vitaly Tishkov, fixes bug #59008
+
 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
index cb52f8f1a970788d821f0683994c89202200528c..d336921614f1b66ee1a68ac014da337567d73baa 100644 (file)
@@ -1,3 +1,9 @@
+Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
+
+        * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
+        incorrect values for top, right and bottom due to cut-and-paste
+        bug. Pointed out by Vitaly Tishkov, fixes bug #59008
+
 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
index cb52f8f1a970788d821f0683994c89202200528c..d336921614f1b66ee1a68ac014da337567d73baa 100644 (file)
@@ -1,3 +1,9 @@
+Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
+
+        * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
+        incorrect values for top, right and bottom due to cut-and-paste
+        bug. Pointed out by Vitaly Tishkov, fixes bug #59008
+
 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
index cb52f8f1a970788d821f0683994c89202200528c..d336921614f1b66ee1a68ac014da337567d73baa 100644 (file)
@@ -1,3 +1,9 @@
+Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
+
+        * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
+        incorrect values for top, right and bottom due to cut-and-paste
+        bug. Pointed out by Vitaly Tishkov, fixes bug #59008
+
 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
index cb52f8f1a970788d821f0683994c89202200528c..d336921614f1b66ee1a68ac014da337567d73baa 100644 (file)
@@ -1,3 +1,9 @@
+Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
+
+        * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
+        incorrect values for top, right and bottom due to cut-and-paste
+        bug. Pointed out by Vitaly Tishkov, fixes bug #59008
+
 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
index cb52f8f1a970788d821f0683994c89202200528c..d336921614f1b66ee1a68ac014da337567d73baa 100644 (file)
@@ -1,3 +1,9 @@
+Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
+
+        * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
+        incorrect values for top, right and bottom due to cut-and-paste
+        bug. Pointed out by Vitaly Tishkov, fixes bug #59008
+
 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
 
        * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
index b46ab1df57f89bf54120a8bd34d6f7e05098c5cc..236ba28138a24ba4791049b1f8cb7ad627272fd8 100644 (file)
@@ -5012,9 +5012,9 @@ gtk_window_get_frame_dimensions (GtkWindow *window,
   if (top)
     *top = window->frame_top;
   if (right)
-    *top = window->frame_right;
+    *right = window->frame_right;
   if (bottom)
-    *top = window->frame_bottom;
+    *bottom = window->frame_bottom;
 }
 
 /**